home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200501-07.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200501-07.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(16398);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200501-07");
  17.  script_cve_id("CAN-2004-1187", "CAN-2004-1188", "CAN-2004-1300");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200501-07
  20. (xine-lib: Multiple overflows)
  21.  
  22.  
  23.     Ariel Berkman discovered that xine-lib reads specific input data
  24.     into an array without checking the input size in demux_aiff.c, making
  25.     it vulnerable to a buffer overflow (CAN-2004-1300) . iDefense
  26.     discovered that the PNA_TAG handling code in pnm_get_chunk() does not
  27.     check if the input size is larger than the buffer size (CAN-2004-1187).
  28.     iDefense also discovered that in this same function, a negative value
  29.     could be given to an unsigned variable that specifies the read length
  30.     of input data (CAN-2004-1188).
  31.   
  32. Impact
  33.  
  34.     A remote attacker could craft a malicious movie or convince a
  35.     targeted user to connect to a malicious PNM server, which could result
  36.     in the execution of arbitrary code with the rights of the user running
  37.     any xine-lib frontend.
  38.   
  39. Workaround
  40.  
  41.     There is no known workaround at this time.
  42.   
  43. References:
  44.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1187
  45.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1188
  46.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1300
  47.     http://www.idefense.com/application/poi/display?id=176&type=vulnerabilities
  48.     http://www.idefense.com/application/poi/display?id=177&type=vulnerabilities
  49.     http://tigger.uic.edu/~jlongs2/holes/xine-lib.txt
  50.  
  51.  
  52. Solution: 
  53.     All xine-lib users should upgrade to the latest version:
  54.     # emerge --sync
  55.     # emerge --ask --oneshot --verbose media-libs/xine-lib
  56.   
  57.  
  58. Risk factor : Medium
  59. ';
  60.  script_description(english: desc);
  61.  script_copyright(english: "(C) 2005 Michel Arboi");
  62.  script_name(english: "[GLSA-200501-07] xine-lib: Multiple overflows");
  63.  script_category(ACT_GATHER_INFO);
  64.  script_family(english: "Gentoo Local Security Checks");
  65.  script_dependencies("ssh_get_info.nasl");
  66.  script_require_keys('Host/Gentoo/qpkg-list');
  67.  script_summary(english: 'xine-lib: Multiple overflows');
  68.  exit(0);
  69. }
  70.  
  71. include('qpkg.inc');
  72. if (qpkg_check(package: "media-libs/xine-lib", unaffected: make_list("ge 1_rc8-r1", "rge 1_rc6-r1"), vulnerable: make_list("lt 1_rc8-r1")
  73. )) { security_warning(0); exit(0); }
  74.